home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Engines / STEAM⁄FULL LOAD / background_2684.txt < prev    next >
Text File  |  1991-04-18  |  3KB  |  137 lines

  1. -- background: 2684 from stack: in
  2. -- bmap block id: 5679
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7.  
  8.  
  9.  
  10.  
  11. -- part 6 (field)
  12. -- low flags: 00
  13. -- high flags: 0000
  14. -- rect: left=117 top=36 right=61 bottom=394
  15. -- title width / last selected line: 0
  16. -- icon id / first selected line: 0 / 0
  17. -- text alignment: 1
  18. -- font id: 20
  19. -- text size: 18
  20. -- style flags: 0
  21. -- line height: 24
  22. -- part name: 
  23.  
  24.  
  25. -- part 19 (button)
  26. -- low flags: 00
  27. -- high flags: C006
  28. -- rect: left=171 top=178 right=200 bottom=271
  29. -- title width / last selected line: 0
  30. -- icon id / first selected line: 0 / 0
  31. -- text alignment: 1
  32. -- font id: 0
  33. -- text size: 12
  34. -- style flags: 0
  35. -- line height: 16
  36. -- part name: DONE
  37. ----- HyperTalk script -----
  38. on mouseUp
  39.   GO TO STACK "HOW ENGINES WORK"
  40. end mouseUp
  41.  
  42.  
  43.  
  44. -- part 20 (button)
  45. -- low flags: 00
  46. -- high flags: C006
  47. -- rect: left=171 top=106 right=128 bottom=271
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: FULL LOAD
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   GO TO "STEAM/FULL LOAD"
  59. end mouseUp
  60.  
  61.  
  62.  
  63. -- part 21 (button)
  64. -- low flags: 00
  65. -- high flags: C006
  66. -- rect: left=171 top=124 right=146 bottom=271
  67. -- title width / last selected line: 0
  68. -- icon id / first selected line: 0 / 0
  69. -- text alignment: 1
  70. -- font id: 0
  71. -- text size: 12
  72. -- style flags: 0
  73. -- line height: 16
  74. -- part name: PART LOAD
  75. ----- HyperTalk script -----
  76. on mouseUp
  77.   GO TO STACK "STEAM/PART LOAD"
  78. end mouseUp
  79.  
  80.  
  81.  
  82. -- part 22 (button)
  83. -- low flags: 00
  84. -- high flags: C006
  85. -- rect: left=171 top=141 right=165 bottom=272
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 0 / 0
  88. -- text alignment: 1
  89. -- font id: 0
  90. -- text size: 12
  91. -- style flags: 0
  92. -- line height: 16
  93. -- part name: NO LOAD
  94. ----- HyperTalk script -----
  95. on mouseUp
  96.   GO TO STACK "STEAM/NO LOAD"
  97. end mouseUp
  98.  
  99.  
  100.  
  101. -- part 23 (button)
  102. -- low flags: 00
  103. -- high flags: C006
  104. -- rect: left=171 top=160 right=182 bottom=272
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 0 / 0
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: DISCUSSION
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   GO TO STACK "STEAM/DISCUSSION"
  116. end mouseUp
  117.  
  118.  
  119.  
  120. -- part 25 (button)
  121. -- low flags: 00
  122. -- high flags: 8000
  123. -- rect: left=160 top=78 right=100 bottom=260
  124. -- title width / last selected line: 0
  125. -- icon id / first selected line: 0 / 0
  126. -- text alignment: 1
  127. -- font id: 0
  128. -- text size: 12
  129. -- style flags: 0
  130. -- line height: 16
  131. -- part name: RUN
  132. ----- HyperTalk script -----
  133. on MOUSESTILLDOWN
  134.   GO TO NEXT CARD
  135. END MOUSESTILLDOWN
  136.  
  137.